compress/flate.token.offset (method)

3 uses

	compress/flate (current package)
		huffman_bit_writer.go#L549: 		offset := t.offset()
		huffman_bit_writer.go#L596: 		offset := t.offset()
		token.go#L82: func (t token) offset() uint32 { return uint32(t) & offsetMask }